API Docs for: 0.9.16
Show:

2x3 Matrix Class

Defined in: gl-matrix.js:1955
Module: Entity

A mat2d contains six elements defined as:

[a, b,
 c, d,
 tx,ty]

This is a short form for the 3x3 matrix:

[a, b, 0
 c, d, 0
 tx,ty,1]

The last column is ignored so the array is shorter and operations are faster.

Item Index

Methods

Methods

()

Defined in gl-matrix.js:2102

Alias for {@link mat2d.multiply}